home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_cr.swf / scripts / DefineSprite_380 / frame_170 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  229 b   |  11 lines

  1. stopAllSounds();
  2. finalScore = Math.round((shine / 200 + 175) * Math.pow(0.9995,playerDistance));
  3. ball._xscale = 600;
  4. ball._yscale = 600;
  5. ball._x = 315;
  6. ball._y = 19;
  7. ball.onEnterFrame = function()
  8. {
  9.    this._x -= 4;
  10. };
  11.